C# 클래스 NetIde.VisualStudio.FileGenerators.BaseCodeGeneratorWithSite

상속: BaseCodeGenerator, IObjectWithSite, System.IServiceProvider
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
GetService ( System.Guid serviceGuid ) : object
GetService ( Type serviceType ) : object

보호된 메소드들

메소드 설명
GetDefaultExtension ( ) : string

비공개 메소드들

메소드 설명
IObjectWithSite ( System.Guid &riid, IntPtr &ppvSite ) : void
IObjectWithSite ( object pUnkSite ) : void

메소드 상세

GetDefaultExtension() 보호된 메소드

protected GetDefaultExtension ( ) : string
리턴 string

GetService() 공개 메소드

public GetService ( System.Guid serviceGuid ) : object
serviceGuid System.Guid
리턴 object

GetService() 공개 메소드

public GetService ( Type serviceType ) : object
serviceType System.Type
리턴 object