Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Property DefaultImage As Image
'使用
Dim instance As ImageField
Dim value As Image
value = instance.DefaultImage
instance.DefaultImage = value
public Image DefaultImage { get; set; }
public:
property Image^ DefaultImage {
Image^ get ();
void set (Image^ value);
}
public function get DefaultImage () : Image
public function set DefaultImage (value : Image)
Property Value
Type: System.Drawing.Image
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.