다음을 통해 공유


IGenericUserDefinedTool.NumberOfProperties 메서드

이 API는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

Microsoft 내부용입니다.

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

구문

‘선언
Sub NumberOfProperties ( _
    <OutAttribute> ByRef pdwNumProps As Integer _
)
void NumberOfProperties(
    out int pdwNumProps
)
void NumberOfProperties(
    [OutAttribute] int% pdwNumProps
)
abstract NumberOfProperties : 
        pdwNumProps:int byref -> unit
function NumberOfProperties(
    pdwNumProps : int
)

매개 변수

  • pdwNumProps
    형식: Int32%

    도구 속성 수

.NET Framework 보안

참고 항목

참조

IGenericUserDefinedTool 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스