IVCWizCtlUI.GetConsumerClass 메서드

소비자 클래스를 포함하는 문자열을 반환합니다.

네임스페이스:  Microsoft.VisualStudio.VsWizard
어셈블리:  Microsoft.VisualStudio.VsWizard(Microsoft.VisualStudio.VsWizard.dll)

구문

‘선언
Function GetConsumerClass ( _
    bstrClassName As String, _
    bAttributed As Boolean, _
    bCommand As Boolean, _
    bChange As Boolean, _
    bInsert As Boolean, _
    bDelete As Boolean _
) As String
string GetConsumerClass(
    string bstrClassName,
    bool bAttributed,
    bool bCommand,
    bool bChange,
    bool bInsert,
    bool bDelete
)
String^ GetConsumerClass(
    [InAttribute] String^ bstrClassName, 
    [InAttribute] bool bAttributed, 
    [InAttribute] bool bCommand, 
    [InAttribute] bool bChange, 
    [InAttribute] bool bInsert, 
    [InAttribute] bool bDelete
)
abstract GetConsumerClass : 
        bstrClassName:string * 
        bAttributed:bool * 
        bCommand:bool * 
        bChange:bool * 
        bInsert:bool * 
        bDelete:bool -> string 
function GetConsumerClass(
    bstrClassName : String, 
    bAttributed : boolean, 
    bCommand : boolean, 
    bChange : boolean, 
    bInsert : boolean, 
    bDelete : boolean
) : String

매개 변수

  • bstrClassName
    형식: System.String
    필수 요소.클래스 이름을 포함하는 문자열입니다.
  • bAttributed
    형식: System.Boolean
    선택 사항입니다.클래스가 특성을 사용하면 true이고, 그렇지 않으면 false입니다.
  • bCommand
    형식: System.Boolean
    선택 사항입니다.클래스가 코드를 생성하여 명령을 설정 및 실행함을 나타냅니다.
  • bChange
    형식: System.Boolean
    선택 사항입니다.클래스가 행 집합을 수정할 수 있으면 true이고, 그렇지 않으면 false입니다.
  • bInsert
    형식: System.Boolean
    선택 사항입니다.클래스가 행 집합에 항목을 삽입할 수 있으면 true이고, 그렇지 않으면 false입니다.
  • bDelete
    형식: System.Boolean
    선택 사항입니다.클래스가 행 집합에서 항목을 제거할 수 있으면 true이고, 그렇지 않으면 false입니다.

반환 값

형식: System.String
소비자 클래스를 포함하는 문자열입니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

IVCWizCtlUI 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스