C# 클래스 ShaderTools.VisualStudio.ProvideFileExtensionMapping

상속: Microsoft.VisualStudio.Shell.RegistrationAttribute
파일 보기 프로젝트 열기: tgjones/HlslTools

공개 메소드들

메소드 설명
ProvideFileExtensionMapping ( string id, string name, Type editorGuid, Type logViewGuid, string package, int sortPriority ) : System
Register ( RegistrationContext context ) : void
Unregister ( RegistrationContext context ) : void

메소드 상세

ProvideFileExtensionMapping() 공개 메소드

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
리턴 System

Register() 공개 메소드

public Register ( RegistrationContext context ) : void
context RegistrationContext
리턴 void

Unregister() 공개 메소드

public Unregister ( RegistrationContext context ) : void
context RegistrationContext
리턴 void