ITemplateParameterSubstitution.Formal 属性

与此替换相关的正式模板参数。 问题 9398 - 将多重性更改为 0..1

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

语法

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

属性值

类型:Microsoft.VisualStudio.Uml.AuxiliaryConstructs.ITemplateParameter

.NET Framework 安全性

请参见

参考

ITemplateParameterSubstitution 接口

Microsoft.VisualStudio.Uml.AuxiliaryConstructs 命名空间