Partition::FindByAlternateId Method (Store^, Object^)

 

Find a partition by its AlternateKey

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

public:
static Partition^ FindByAlternateId(
	Store^ store,
	Object^ alternateId
)

Parameters

store
Type: Microsoft.VisualStudio.Modeling::Store^

The store to find the partition

alternateId
Type: System::Object^

The AlternateId of the partition

Return to top
Show: