Udostępnij za pośrednictwem


IExternalReferenceParts.Parts Property

Gets a list of the parts that define the external reference.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
ReadOnly Property Parts As IList(Of String)
'Usage
Dim instance As IExternalReferenceParts 
Dim value As IList(Of String)

value = instance.Parts
IList<string> Parts { get; }
property IList<String^>^ Parts {
    IList<String^>^ get ();
}
function get Parts () : IList<String>

Property Value

Type: System.Collections.Generic.IList<String>

.NET Framework Security

See Also

Reference

IExternalReferenceParts Interface

IExternalReferenceParts Members

Microsoft.Data.Schema.SchemaModel Namespace