IControl.Location 属性

获取或设置一个指定项目的位置的字符串。

命名空间:  Microsoft.VisualStudio.VsWizard
程序集:  Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)

语法

声明
Property Location As String
string Location { get; set; }
property String^ Location {
    String^ get ();
    void set (String^ value);
}
abstract Location : string with get, set
function get Location () : String
function set Location (value : String)

属性值

类型:System.String
控件的类型库的位置。

.NET Framework 安全性

请参见

参考

IControl 接口

Microsoft.VisualStudio.VsWizard 命名空间