IVCWizCtlUI.GetConsumerClass 方法
傳回包含消費者類別的字串。
命名空間: Microsoft.VisualStudio.VsWizard
組件: Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)
語法
'宣告
Function GetConsumerClass ( _
bstrClassName As String, _
bAttributed As Boolean, _
bCommand As Boolean, _
bChange As Boolean, _
bInsert As Boolean, _
bDelete As Boolean _
) As String
string GetConsumerClass(
string bstrClassName,
bool bAttributed,
bool bCommand,
bool bChange,
bool bInsert,
bool bDelete
)
String^ GetConsumerClass(
[InAttribute] String^ bstrClassName,
[InAttribute] bool bAttributed,
[InAttribute] bool bCommand,
[InAttribute] bool bChange,
[InAttribute] bool bInsert,
[InAttribute] bool bDelete
)
abstract GetConsumerClass :
bstrClassName:string *
bAttributed:bool *
bCommand:bool *
bChange:bool *
bInsert:bool *
bDelete:bool -> string
function GetConsumerClass(
bstrClassName : String,
bAttributed : boolean,
bCommand : boolean,
bChange : boolean,
bInsert : boolean,
bDelete : boolean
) : String
參數
- bstrClassName
型別:System.String
必要項。包含類別名稱的字串。
- bAttributed
型別:System.Boolean
選擇項。如果類別已屬性化,則為 true,否則為 false。
- bCommand
型別:System.Boolean
選擇項。表示類別會產生用於設定和執行命令的程式碼。
- bChange
型別:System.Boolean
選擇項。如果類別可以修改資料列集,則為 true,否則為 false。
- bInsert
型別:System.Boolean
選擇項。如果類別可以將項目插入至資料列集,則為 true,否則為 false。
- bDelete
型別:System.Boolean
選擇項。如果類別可以從資料列集移除項目,則為 true,否則為 false。
傳回值
型別:System.String
包含消費者類別的字串。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。