共用方式為


IGenericUserDefinedTool.GetPropertiesObjectName 方法

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Sub GetPropertiesObjectName ( _
    Index As Integer, _
    <OutAttribute> ByRef bstrPageName As String _
)
void GetPropertiesObjectName(
    int Index,
    out string bstrPageName
)
void GetPropertiesObjectName(
    [InAttribute] int Index, 
    [OutAttribute] String^% bstrPageName
)
abstract GetPropertiesObjectName : 
        Index:int * 
        bstrPageName:string byref -> unit
function GetPropertiesObjectName(
    Index : int, 
    bstrPageName : String
)

參數

  • Index
    類型:Int32

    屬性索引

  • bstrPageName
    類型:String%

    屬性物件名稱

.NET Framework 安全性

請參閱

參考

IGenericUserDefinedTool 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間