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.GetDescription

Gets the description of this file.

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

Return Value

A description of this file.

See Also

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