IParamInfo 介面
提供的函式或變數中指定的參數屬性的相關資訊。
命名空間: Microsoft.VisualStudio.VsWizard
組件: Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)
語法
'宣告
<GuidAttribute("5C95B185-1448-4BBC-AFD2-59BA8D010477")> _
Public Interface IParamInfo
[GuidAttribute("5C95B185-1448-4BBC-AFD2-59BA8D010477")]
public interface IParamInfo
[GuidAttribute(L"5C95B185-1448-4BBC-AFD2-59BA8D010477")]
public interface class IParamInfo
[<GuidAttribute("5C95B185-1448-4BBC-AFD2-59BA8D010477")>]
type IParamInfo = interface end
public interface IParamInfo
IParamInfo 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Attribute | 取得或設定變數的指標eParamAttr值,指定之屬性參數型別。 |
![]() |
Name | 取得或設定物件的名稱。 |
![]() |
TypeString | 取得或設定父物件的型別使用的型別為字串表示。 |
![]() |
VariantType | 取得或設定參數的變數類型。 |
![]() |
VTSType | 取得或設定 VTS 參數的型別。 |
回頁首
備註
IParamInfo物件的控制中指定的參數,其名稱、 型別、 變數的類型,例如所包含之內容的相關資訊以及它是否為 VTS 的參數。 您可以將一個函式或變數和它的參數加入至專案的自訂精靈中,顯示參數的屬性。 這類的精靈必須了解此函式或變數以及其參數,組件,它必須在精靈中,然後剖析它們。 如需範例的Visual Studio精靈使用IParamInfo物件,請參閱加入成員變數精靈。
![]() |
---|
請參閱HOW TO:解譯 Visual C++ 精靈模型範例如需有關如何呼叫 HTML 和 default.js 檔案的自訂精靈中的屬性和方法。 |