IContentType.IsOfType(String) Yöntem

Tanım

Bu IContentType , ile belirtilen içerik türünden eşitse veya türetilüyorsa true döndürür type .

public:
 bool IsOfType(System::String ^ type);
public:
 bool IsOfType(Platform::String ^ type);
bool IsOfType(std::wstring const & type);
public bool IsOfType (string type);
abstract member IsOfType : string -> bool
Public Function IsOfType (type As String) As Boolean

Parametreler

type
String

Temel içerik türünün adı.

Döndürülenler

Boolean

Bu içerik türü eşitse veya eşitse true , type Aksi takdirde false.

Şunlara uygulanır