MetadataWorkspace.GetItemCollection(DataSpace) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets MetadataWorkspace items.
public:
System::Data::Metadata::Edm::ItemCollection ^ GetItemCollection(System::Data::Metadata::Edm::DataSpace dataSpace);
public System.Data.Metadata.Edm.ItemCollection GetItemCollection (System.Data.Metadata.Edm.DataSpace dataSpace);
[System.CLSCompliant(false)]
public System.Data.Metadata.Edm.ItemCollection GetItemCollection (System.Data.Metadata.Edm.DataSpace dataSpace);
member this.GetItemCollection : System.Data.Metadata.Edm.DataSpace -> System.Data.Metadata.Edm.ItemCollection
[<System.CLSCompliant(false)>]
member this.GetItemCollection : System.Data.Metadata.Edm.DataSpace -> System.Data.Metadata.Edm.ItemCollection
Public Function GetItemCollection (dataSpace As DataSpace) As ItemCollection
Parameters
Returns
The MetadataWorkspace items.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.