NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeSourceFile.GetPath

Gets the physical path of this file. This may be a URL.

[Visual Basic]
Function GetPath() As String
[C#]
string GetPath();
[C++]
String* GetPath() = 0;
[JScript]
function GetPath() : String;

Return Value

The path to this file.

See Also

ICodeSourceFile Interface | ICodeSourceFile Members | System.ComponentModel.Design.CodeModel Namespace