다음을 통해 공유


IFileTypeManagementService.IsRegisteredType 메서드

버전 2에 적용

내용 형식이 등록되었는지 여부를 나타냅니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility.Editor
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Function IsRegisteredType ( _
    contentTypeName As String _
) As Boolean
‘사용 방법
Dim instance As IFileTypeManagementService 
Dim contentTypeName As String 
Dim returnValue As Boolean 

returnValue = instance.IsRegisteredType(contentTypeName)
bool IsRegisteredType(
    string contentTypeName
)
bool IsRegisteredType(
    String^ contentTypeName
)
abstract IsRegisteredType : 
        contentTypeName:string -> bool
function IsRegisteredType(
    contentTypeName : String
) : boolean

매개 변수

반환 값

유형: System.Boolean
내용 형식이 등록되었으면 true이고, 그렇지 않으면 false입니다.

참고 항목

참조

IFileTypeManagementService 인터페이스

Microsoft.WebMatrix.Extensibility.Editor 네임스페이스