IBehavior.Specification – vlastnost
Behaviorální funkce, který implementuje chování.
Obor názvů: Microsoft.VisualStudio.Uml.CommonBehaviors
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
Property Specification As IBehavioralFeature
IBehavioralFeature Specification { get; set; }
property IBehavioralFeature^ Specification {
IBehavioralFeature^ get ();
void set (IBehavioralFeature^ value);
}
abstract Specification : IBehavioralFeature with get, set
function get Specification () : IBehavioralFeature
function set Specification (value : IBehavioralFeature)
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.Uml.Classes.IBehavioralFeature
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.