IGenericUserDefinedTool.GetPropertiesObject 方法
這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: Microsoft.VisualStudio.VCProjectEngine
組件: Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
語法
'宣告
Sub GetPropertiesObject ( _
Index As Integer, _
<OutAttribute> ByRef Object As Object _
)
void GetPropertiesObject(
int Index,
out Object Object
)
void GetPropertiesObject(
[InAttribute] int Index,
[OutAttribute] Object^% Object
)
abstract GetPropertiesObject :
Index:int *
Object:Object byref -> unit
function GetPropertiesObject(
Index : int,
Object : Object
)
參數
Index
類型:Int32屬性索引
Object
類型:Object%輸出。 屬性物件
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。