Partition.FindByAlternateId(Store, Object) 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.
Find a partition by its AlternateKey
public:
static Microsoft::VisualStudio::Modeling::Partition ^ FindByAlternateId(Microsoft::VisualStudio::Modeling::Store ^ store, System::Object ^ alternateId);
public static Microsoft.VisualStudio.Modeling.Partition FindByAlternateId (Microsoft.VisualStudio.Modeling.Store store, object alternateId);
static member FindByAlternateId : Microsoft.VisualStudio.Modeling.Store * obj -> Microsoft.VisualStudio.Modeling.Partition
Public Shared Function FindByAlternateId (store As Store, alternateId As Object) As Partition
Parameters
- store
- Store
The store to find the partition
- alternateId
- Object
The AlternateId of the partition