C# Class VSEmbed.Services.SimpleVsAppId

Inheritance: IVsAppId
Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

Méthode 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

Method Details

GetGuidProperty() public méthode

public GetGuidProperty ( int propid, System.Guid &guid ) : int
propid int
guid System.Guid
Résultat int

GetProperty() public méthode

public GetProperty ( int propid, object &pvar ) : int
propid int
pvar object
Résultat int

Initialize() public méthode

public Initialize ( ) : int
Résultat int

SetGuidProperty() public méthode

public SetGuidProperty ( int propid, System.Guid &rguid ) : int
propid int
rguid System.Guid
Résultat int

SetProperty() public méthode

public SetProperty ( int propid, object var ) : int
propid int
var object
Résultat int

SetSite() public méthode

public SetSite ( Microsoft pSP ) : int
pSP Microsoft
Résultat int