C# 클래스 VSEmbed.Services.SimpleVsAppId

상속: IVsAppId
파일 보기 프로젝트 열기: SLaks/VSEmbed

공개 메소드들

메소드 설명
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

메소드 상세

GetGuidProperty() 공개 메소드

public GetGuidProperty ( int propid, System.Guid &guid ) : int
propid int
guid System.Guid
리턴 int

GetProperty() 공개 메소드

public GetProperty ( int propid, object &pvar ) : int
propid int
pvar object
리턴 int

Initialize() 공개 메소드

public Initialize ( ) : int
리턴 int

SetGuidProperty() 공개 메소드

public SetGuidProperty ( int propid, System.Guid &rguid ) : int
propid int
rguid System.Guid
리턴 int

SetProperty() 공개 메소드

public SetProperty ( int propid, object var ) : int
propid int
var object
리턴 int

SetSite() 공개 메소드

public SetSite ( Microsoft pSP ) : int
pSP Microsoft
리턴 int