Freigeben über


IVsDataParameterDescriptor.IsOptional-Eigenschaft

Ruft einen Wert ab, ob dieser Datenparameter ein optionaler Parameter ist.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property IsOptional As Boolean
bool IsOptional { get; }
property bool IsOptional {
    bool get ();
}
abstract IsOptional : bool with get
function get IsOptional () : boolean

Eigenschaftswert

Typ: Boolean
true , wenn dieser Datenparameter ein optionaler Parameter ist; andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataParameterDescriptor Schnittstelle

Microsoft.VisualStudio.Data.Services.SupportEntities-Namespace