IParameter.Default 属性

获取一个当没有参数时表示参数默认值的字符串。

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

语法

声明
ReadOnly Property Default As String
    Get
string Default { get; }
property String^ Default {
    String^ get ();
}
abstract Default : string
function get Default () : String

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

IParameter 接口

Microsoft.VisualStudio.Uml.Classes 命名空间