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.
If not null, this element is defined as a parameter in a template.
Namespace: Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property OwningTemplateParameter As ITemplateParameter
Get
Set
ITemplateParameter OwningTemplateParameter { get; set; }
property ITemplateParameter^ OwningTemplateParameter {
ITemplateParameter^ get ();
void set (ITemplateParameter^ value);
}
abstract OwningTemplateParameter : ITemplateParameter with get, set
function get OwningTemplateParameter () : ITemplateParameter
function set OwningTemplateParameter (value : ITemplateParameter)
Property Value
Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.ITemplateParameter
.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.