C# Class ShaderTools.VisualStudio.ProvideFileExtensionMapping

Inheritance: Microsoft.VisualStudio.Shell.RegistrationAttribute
Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
ProvideFileExtensionMapping ( string id, string name, Type editorGuid, Type logViewGuid, string package, int sortPriority ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Method Details

ProvideFileExtensionMapping() public méthode

public ProvideFileExtensionMapping ( string id, string name, Type editorGuid, Type logViewGuid, string package, int sortPriority ) : System
id string
name string
editorGuid System.Type
logViewGuid System.Type
package string
sortPriority int
Résultat System

Register() public méthode

public Register ( RegistrationContext context ) : void
context RegistrationContext
Résultat void

Unregister() public méthode

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
Résultat void