다음을 통해 공유


IContentType.IsOfType 메서드

이 콘텐츠 형식의 기본 콘텐츠 형식이 지정된 된 여부를 결정 합니다.

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

구문

‘선언
Function IsOfType ( _
    type As String _
) As Boolean
bool IsOfType(
    string type
)
bool IsOfType(
    String^ type
)
abstract IsOfType : 
        type:string -> bool
function IsOfType(
    type : String
) : boolean

매개 변수

  • type
    형식: String

    기본 콘텐츠 형식의 이름입니다.

반환 값

형식: Boolean
true 이 콘텐츠 형식에서 파생 된에서 지정 하는 경우 type, 그렇지 않으면 false.

.NET Framework 보안

참고 항목

참조

IContentType 인터페이스

Microsoft.VisualStudio.Utilities 네임스페이스