SharePointProjectItemIconAttribute.IconResourceName Property

Definition

Gets or sets the namespace qualified name of an embedded .bmp or .ico resource to use as the icon for a custom project item type.

public:
 property System::String ^ IconResourceName { System::String ^ get(); };
public string IconResourceName { get; }
member this.IconResourceName : string
Public ReadOnly Property IconResourceName As String

Property Value

The namespace qualified name of an embedded .bmp or .ico resource to use as the icon for a custom project item type.

Applies to