Interfejs ITemplateBinding
Określa Podstawianie argumentów dla parametrów szablonu.
Przestrzeń nazw: Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Zestaw: Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)
Składnia
'Deklaracja
Public Interface ITemplateBinding _
Inherits IDirectedRelationship, IRelationship, IElement
public interface ITemplateBinding : IDirectedRelationship,
IRelationship, IElement
public interface class ITemplateBinding : IDirectedRelationship,
IRelationship, IElement
type ITemplateBinding =
interface
interface IDirectedRelationship
interface IRelationship
interface IElement
end
public interface ITemplateBinding extends IDirectedRelationship, IRelationship, IElement
Typ ITemplateBinding uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
ApplicableStereotypes | Zestaw stereotypów, które mogą być zastosowane do tego elementu. (Odziedziczone z IElement). | |
AppliedStereotypes | Każdy IStereotypeInstance oznacza, że zastosowano stereotypu do tego elementu. (Odziedziczone z IElement). | |
BoundElement | Pobiera element, który jest związany przez to powiązanie. | |
Description | Opis tego elementu. (Odziedziczone z IElement). | |
OwnedComments | Pobiera uwag zawartych w tym elemencie (połączone z nim komentarze). (Odziedziczone z IElement). | |
OwnedElements | Pobiera elementy własnością tego elementu.Każdy element ma jednego właściciela, z wyjątkiem głównego IModel. (Odziedziczone z IElement). | |
Owner | Pobiera Element, który jest właścicielem tego elementu.Każdy element, za wyjątkiem głównego IModel ma jednego właściciela. (Odziedziczone z IElement). | |
ParameterSubstitutions | Pobiera podstawień parametrów posiadanych przez to powiązanie szablonu. | |
Signature | Podpis szablonu do szablonu, który jest celem wiązania. | |
Source | Element źródłowy relacji. (Odziedziczone z IDirectedRelationship). | |
SourceElement | Element źródłowy relacji. (Odziedziczone z IRelationship). | |
Target | Element docelowy relacji. (Odziedziczone z IDirectedRelationship). | |
TargetElement | Element docelowy relacji. (Odziedziczone z IRelationship). | |
VisibleAppliedStereotypes | (Odziedziczone z IElement). |
Początek
Metody rozszerzające
Nazwa | Opis | |
---|---|---|
AddReference | Łącza ciąg do elementu, zwykle, gdzie ciąg jest odwołanie, takie jak identyfikator URI, modelbus odwołania lub identyfikator elementu pracyUżyj nazwy, aby wskazać typ odwołania.Zwraca obiekt IReference, która reprezentuje łącze. (Zdefiniowane przez UmlExtensions). | |
ApplyStereotype | Element ma zastosowanie stereotyp.Tworzy IStereotypeInstance, która stanowi rozszerzenie elementu modelu przez stereotyp. (Zdefiniowane przez ProfileStereotypeExtensions). | |
CreateSubstitution(ITemplateParameter, String) | Przeciążone. Ciąg powiązać z parametrem. (Zdefiniowane przez TemplateBindingExtensions). | |
CreateSubstitution(ITemplateParameter, Int32) | Przeciążone. Parametr powiązać z liczbą całkowitą. (Zdefiniowane przez TemplateBindingExtensions). | |
CreateSubstitution(ITemplateParameter, Boolean) | Przeciążone. Wartość logiczna powiązać z parametrem. (Zdefiniowane przez TemplateBindingExtensions). | |
CreateSubstitution(ITemplateParameter, IParameterableElement) | Przeciążone. Następuje powiązanie typu z parametrem. (Zdefiniowane przez TemplateBindingExtensions). | |
Delete | Usuwa ten element i wszystkie relacje, posiadane elementy i kształtów. (Zdefiniowane przez UmlExtensions). | |
DeleteAllReference | Usuń wszystkie odwołania z danym znacznikiem. (Zdefiniowane przez UmlExtensions). | |
GetId | Pobiera identyfikator GUID, który identyfikuje ten element. (Zdefiniowane przez UmlExtensions). | |
GetModelStore | Pobiera IModelStore, który zawiera ten element. (Zdefiniowane przez UmlExtensions). | |
GetReferences | Pobierz IReferences danego znacznika, które są skojarzone z tym elementem. (Zdefiniowane przez UmlExtensions). | |
GetRelatedElements<T> | Pobiera elementów związanych z tym elementem relacjami określonego typu. (Zdefiniowane przez UmlExtensions). | |
GetRelatedLinks<T> | Pobiera relacje określonego typu, z lub do tego elementu. (Zdefiniowane przez UmlExtensions). | |
Shapes | Wszystkie kształty, które wyświetlania elementu modelu na każdy otwarty diagram lub w określonej Otwórz diagram. (Zdefiniowane przez PresentationHelpers). |
Początek
Uwagi
[!UWAGA]
Metody określone dla tego typu są metody rozszerzenie.Aby użyć metody, należy dodać odwołanie do projektu.Zgromadzenie netto Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll, a musi zawierać dyrektywy using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; w kodzie.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.Uml.AuxiliaryConstructs