다음을 통해 공유


IFuncInfo.ParamText 속성

함수 매개 변수의 텍스트를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.VsWizard
어셈블리:  Microsoft.VisualStudio.VsWizard(Microsoft.VisualStudio.VsWizard.dll)

구문

‘선언
Property ParamText As String
string ParamText { get; set; }
property String^ ParamText {
    String^ get ();
    void set (String^ value);
}
abstract ParamText : string with get, set
function get ParamText () : String 
function set ParamText (value : String)

속성 값

형식: String
함수 매개 변수의 텍스트입니다.

예제

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

.NET Framework 보안

참고 항목

참조

IFuncInfo 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스