Compartir a través de


Store.ElementDirectory Property

Gets the directory of elements contained within the store.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

Public ReadOnly Property ElementDirectory As IElementDirectory

Dim instance As Store
Dim value As IElementDirectory

value = instance.ElementDirectory
public IElementDirectory ElementDirectory { get; }
public:
property IElementDirectory^ ElementDirectory {
    IElementDirectory^ get ();
}
public function get ElementDirectory () : IElementDirectory

Property Value

Type: Microsoft.VisualStudio.Modeling.IElementDirectory

An ElementDirectory for the store.

Permissions

See Also

Concepts

How to: Create Elements in Code

How to: Delete Elements and Links Programmatically

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace