IVCWizCtlUI.ValidateCSharpClass 方法
未實作。
命名空間: Microsoft.VisualStudio.VsWizard
組件: Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)
語法
'宣告
Function ValidateCSharpClass ( _
bstrNamespace As String, _
bstrClass As String _
) As Boolean
bool ValidateCSharpClass(
string bstrNamespace,
string bstrClass
)
bool ValidateCSharpClass(
[InAttribute] String^ bstrNamespace,
[InAttribute] String^ bstrClass
)
abstract ValidateCSharpClass :
bstrNamespace:string *
bstrClass:string -> bool
function ValidateCSharpClass(
bstrNamespace : String,
bstrClass : String
) : boolean
參數
- bstrNamespace
型別:System.String
- bstrClass
型別:System.String
傳回值
型別:System.Boolean
NOT_IMPL
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。