Share via


IFuncInfo.ParamText Property

Gets or sets the text for a function's parameters.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Property ParamText As String
'Usage
Dim instance As IFuncInfo 
Dim value As String 

value = instance.ParamText

instance.ParamText = value
string ParamText { get; set; }
property String^ ParamText {
    String^ get ();
    void set (String^ value);
}
function get ParamText () : String 
function set ParamText (value : String)

Property Value

Type: System.String
The text for a function's parameters.

Examples

var oInterface = window.external.ParentObject;
var oFunction = oInterface.Functions(PROPERTY_NAME.value);
Var strParamTxt = oFunction.ParamText;

.NET Framework Security

See Also

Reference

IFuncInfo Interface

IFuncInfo Members

Microsoft.VisualStudio.VsWizard Namespace