C# Class ShaderTools.VisualStudio.Hlsl.Editing.BraceCompletion.ProvideBraceCompletionAttribute

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ProvideBraceCompletionAttribute ( string languageName ) : Microsoft.VisualStudio.Shell
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

Method Details

ProvideBraceCompletionAttribute() public méthode

public ProvideBraceCompletionAttribute ( string languageName ) : Microsoft.VisualStudio.Shell
languageName string
Résultat Microsoft.VisualStudio.Shell

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