ProvideCodeGeneratorAttribute 생성자
코드 생성기를 제공하는 패키지의 패키지 클래스에 이 특성을 적용합니다.
네임스페이스: Microsoft.VisualStudio.TextTemplating.VSHost
어셈블리: Microsoft.VisualStudio.TextTemplating.VSHost.10.0(Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)
구문
‘선언
Public Sub New ( _
type As Type, _
name As String, _
description As String, _
generatesDesignTimeSource As Boolean _
)
public ProvideCodeGeneratorAttribute(
Type type,
string name,
string description,
bool generatesDesignTimeSource
)
public:
ProvideCodeGeneratorAttribute(
Type^ type,
String^ name,
String^ description,
bool generatesDesignTimeSource
)
new :
type:Type *
name:string *
description:string *
generatesDesignTimeSource:bool -> ProvideCodeGeneratorAttribute
public function ProvideCodeGeneratorAttribute(
type : Type,
name : String,
description : String,
generatesDesignTimeSource : boolean
)
매개 변수
- type
형식: System.Type
코드 발생기 인터페이스 IVsSingleFileGenerator를 구현하는 형식입니다.
- name
형식: System.String
적용되는 파일의 사용자 지정 도구 속성에 사용되는 이 Generator의 이름
- description
형식: System.String
이 생성기에 대한 사람이 읽을 수 있는 설명입니다.
- generatesDesignTimeSource
형식: System.Boolean
True이면 비주얼 디자이너에서 이 사용자 지정 도구로 생성한 파일의 유형을 사용할 수 있습니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.