IFileTypeManagementService.IsBasedOn 메서드
버전 2에 적용
내용이 다른 개체를 기반으로 하는지 여부를 지정합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Function IsBasedOn ( _
potentialBaseType As String, _
contentType As String _
) As Boolean
‘사용 방법
Dim instance As IFileTypeManagementService
Dim potentialBaseType As String
Dim contentType As String
Dim returnValue As Boolean
returnValue = instance.IsBasedOn(potentialBaseType, _
contentType)
bool IsBasedOn(
string potentialBaseType,
string contentType
)
bool IsBasedOn(
String^ potentialBaseType,
String^ contentType
)
abstract IsBasedOn :
potentialBaseType:string *
contentType:string -> bool
function IsBasedOn(
potentialBaseType : String,
contentType : String
) : boolean
매개 변수
potentialBaseType
유형: System.String잠재적 기본 형식입니다.
contentType
유형: System.String내용 형식입니다.
반환 값
유형: System.Boolean
내용이 다른 개체를 기반으로 하면 true이고, 그렇지 않으면 false입니다.