ITemplateBinding.ParameterSubstitutions Property
Gets the parameter substitutions owned by this template binding.
Namespace: Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property ParameterSubstitutions As IEnumerable(Of ITemplateParameterSubstitution)
IEnumerable<ITemplateParameterSubstitution> ParameterSubstitutions { get; }
property IEnumerable<ITemplateParameterSubstitution^>^ ParameterSubstitutions {
IEnumerable<ITemplateParameterSubstitution^>^ get ();
}
abstract ParameterSubstitutions : IEnumerable<ITemplateParameterSubstitution> with get
function get ParameterSubstitutions () : IEnumerable<ITemplateParameterSubstitution>
Property Value
Type: System.Collections.Generic.IEnumerable<ITemplateParameterSubstitution>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.