VCLanguageManager.ValidateType(String) Yöntem

Tanım

Belirtilen ifadenin geçerli bir C++ tür ifadesi olup olmadığını belirler.

public:
 bool ValidateType(System::String ^ bstrType);
public:
 bool ValidateType(Platform::String ^ bstrType);
bool ValidateType(std::wstring const & bstrType);
[System.Runtime.InteropServices.DispId(4)]
public bool ValidateType (string bstrType);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member ValidateType : string -> bool
Public Function ValidateType (bstrType As String) As Boolean

Parametreler

bstrType
String

Gereklidir. Doğrulanan ifade.

Döndürülenler

Boolean

true Belirtilen ifade geçerli bir C++ türü ifade ise; Aksi takdirde, false .

Öznitelikler

Şunlara uygulanır