MethodEvent.MethodToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IntelliTrace method token for this method.
public: virtual property int MethodToken { public:
int get(); protected:
void set(int value); };
public: virtual property int MethodToken { public:
int get(); protected:
void set(int value); };
public virtual int MethodToken { get; protected set; }
member this.MethodToken : int with get, set
Public Overridable Property MethodToken As Integer