ModelingDocData.Initialize 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.
Overloads
Initialize() |
Initialize. |
Initialize(Store) |
Initialize. |
Initialize()
Initialize.
public:
void Initialize();
public void Initialize ();
member this.Initialize : unit -> unit
Public Sub Initialize ()
Applies to
Initialize(Store)
Initialize.
public:
virtual void Initialize(Microsoft::VisualStudio::Modeling::Store ^ sharedStore);
public virtual void Initialize (Microsoft.VisualStudio.Modeling.Store sharedStore);
abstract member Initialize : Microsoft.VisualStudio.Modeling.Store -> unit
override this.Initialize : Microsoft.VisualStudio.Modeling.Store -> unit
Public Overridable Sub Initialize (sharedStore As Store)
Parameters
- sharedStore
- Store
Primary Store.