IFeatureServiceFactory.GetOrCreate(IPropertyOwner) 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.
Gets the IFeatureService for the specified scope.
public:
Microsoft::VisualStudio::Utilities::IFeatureService ^ GetOrCreate(Microsoft::VisualStudio::Utilities::IPropertyOwner ^ scope);
public Microsoft.VisualStudio.Utilities.IFeatureService GetOrCreate (Microsoft.VisualStudio.Utilities.IPropertyOwner scope);
abstract member GetOrCreate : Microsoft.VisualStudio.Utilities.IPropertyOwner -> Microsoft.VisualStudio.Utilities.IFeatureService
Public Function GetOrCreate (scope As IPropertyOwner) As IFeatureService
Parameters
- scope
- IPropertyOwner