次の方法で共有


SharePointProjectItemIconAttribute クラス

定義

ソリューション エクスプローラーに表示される、カスタム プロジェクト項目の種類を表すアイコンを指定します。

public ref class SharePointProjectItemIconAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class SharePointProjectItemIconAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type SharePointProjectItemIconAttribute = class
    inherit Attribute
Public NotInheritable Class SharePointProjectItemIconAttribute
Inherits Attribute
継承
SharePointProjectItemIconAttribute
属性

注釈

この属性を インターフェイスの実装に適用して、 ISharePointProjectItemTypeProvider プロジェクト項目の種類に表示するアイコンを指定します。 詳細については、「 How to: Define a SharePoint Project Item Type」を参照してください

アイコンには埋め込み 24 ビット .bmp または.ico リソースを使用し、マゼンタ (255,0,255) を透明色として使用します。 アイコンの推奨サイズは、幅 16 ピクセル x 高さ 16 ピクセルです。

コンストラクター

SharePointProjectItemIconAttribute(String)

SharePointProjectItemIconAttribute クラスの新しいインスタンスを初期化します。

プロパティ

IconResourceName

カスタム プロジェクト項目の種類のアイコンとして使用する、組み込み .bmp または .ico リソースの名前空間完全修飾名を取得または設定します。

適用対象