ICommonEditorAssetMetadata Interface

Definition

Common Editor asset metadata.

public interface class ICommonEditorAssetMetadata : Microsoft::VisualStudio::Utilities::IOrderable
public interface ICommonEditorAssetMetadata : Microsoft.VisualStudio.Utilities.IOrderable
type ICommonEditorAssetMetadata = interface
    interface IOrderable
Public Interface ICommonEditorAssetMetadata
Implements IOrderable
Implements

Properties

After

The parts after which this part should appear in the list.

(Inherited from IOrderable)
Before

The parts before which this part should appear in the list.

(Inherited from IOrderable)
Name

Uniquely identifies a part with respect to parts of the same type.

(Inherited from IOrderable)
TagTypes

The type of tags supported by the Common Editor asset.

Applies to