IExtend.ExtendedCase – vlastnost
Obor názvů: Microsoft.VisualStudio.Uml.UseCases
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
Property ExtendedCase As IUseCase
Get
Set
IUseCase ExtendedCase { get; set; }
property IUseCase^ ExtendedCase {
IUseCase^ get ();
void set (IUseCase^ value);
}
abstract ExtendedCase : IUseCase with get, set
function get ExtendedCase () : IUseCase
function set ExtendedCase (value : IUseCase)
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.Uml.UseCases.IUseCase
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.