Gets an ImageHandler for the project node..
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property ImageHandler As ImageHandler
'使用
Dim instance As ProjectNode
Dim value As ImageHandler
value = instance.ImageHandler
public ImageHandler ImageHandler { get; }
public:
property ImageHandler^ ImageHandler {
ImageHandler^ get ();
}
public function get ImageHandler () : ImageHandler
Property Value
Type: Microsoft.VisualStudio.Package.ImageHandler
The ImageHandler.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.