C# Class NetIde.VisualStudio.FileGenerators.BaseCodeGeneratorWithSite

Inheritance: BaseCodeGenerator, IObjectWithSite, System.IServiceProvider
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
GetService ( System.Guid serviceGuid ) : object
GetService ( Type serviceType ) : object

Méthodes protégées

Méthode Description
GetDefaultExtension ( ) : string

Private Methods

Méthode Description
IObjectWithSite ( System.Guid &riid, IntPtr &ppvSite ) : void
IObjectWithSite ( object pUnkSite ) : void

Method Details

GetDefaultExtension() protected méthode

protected GetDefaultExtension ( ) : string
Résultat string

GetService() public méthode

public GetService ( System.Guid serviceGuid ) : object
serviceGuid System.Guid
Résultat object

GetService() public méthode

public GetService ( Type serviceType ) : object
serviceType System.Type
Résultat object