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

Determines if the token refers to the "this" or "me" object.

[Visual Basic]
Function IsSelfReferenceKeyword( _
   ByVal token As String _
) As Boolean
[C#]
bool IsSelfReferenceKeyword(
   string token
);
[C++]
bool IsSelfReferenceKeyword(
   String* token
) = 0;
[JScript]
function IsSelfReferenceKeyword(
   token : String
) : Boolean;

Parameters

token
The token to check for "this"-ness.

See Also

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