SuggestedActionCategoryToIconDefinition.ImageMoniker Property
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 ImageMoniker to associate with the named ISuggestedActionCategory.
public:
property Microsoft::VisualStudio::Imaging::Interop::ImageMoniker ImageMoniker { Microsoft::VisualStudio::Imaging::Interop::ImageMoniker get(); void set(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker value); };
public Microsoft.VisualStudio.Imaging.Interop.ImageMoniker ImageMoniker { get; set; }
member this.ImageMoniker : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker with get, set
Public Property ImageMoniker As ImageMoniker