Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Get
IEnumerable<ITemplateParameterSubstitution> ParameterSubstitutions { get; }
property IEnumerable<ITemplateParameterSubstitution^>^ ParameterSubstitutions {
IEnumerable<ITemplateParameterSubstitution^>^ get ();
}
abstract ParameterSubstitutions : IEnumerable<ITemplateParameterSubstitution>
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.