Method | Description | |
---|---|---|
GetGuidProperty ( int propid, System.Guid &guid ) : int | ||
GetProperty ( int propid, object &pvar ) : int | ||
Initialize ( ) : int | ||
SetGuidProperty ( int propid, System.Guid &rguid ) : int | ||
SetProperty ( int propid, object var ) : int | ||
SetSite ( Microsoft pSP ) : int |
public GetGuidProperty ( int propid, System.Guid &guid ) : int | ||
propid | int | |
guid | System.Guid | |
return | int |
public GetProperty ( int propid, object &pvar ) : int | ||
propid | int | |
pvar | object | |
return | int |
public SetGuidProperty ( int propid, System.Guid &rguid ) : int | ||
propid | int | |
rguid | System.Guid | |
return | int |
public SetProperty ( int propid, object var ) : int | ||
propid | int | |
var | object | |
return | int |