IStereotypePropertyInstance.StereotypeInstance – vlastnost
StereotypeInstance, který je součástí tohoto PropertyInstance.
Obor názvů: Microsoft.VisualStudio.Uml.Classes
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
Property StereotypeInstance As IStereotypeInstance
IStereotypeInstance StereotypeInstance { get; set; }
property IStereotypeInstance^ StereotypeInstance {
IStereotypeInstance^ get ();
void set (IStereotypeInstance^ value);
}
abstract StereotypeInstance : IStereotypeInstance with get, set
function get StereotypeInstance () : IStereotypeInstance
function set StereotypeInstance (value : IStereotypeInstance)
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.Uml.Classes.IStereotypeInstance
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.