Initializes an empty new instance of ImageHandler from a [T:System.IO.Stream.]
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
resourceStream As Stream _
)
'使用
Dim resourceStream As Stream
Dim instance As New ImageHandler(resourceStream)
public ImageHandler(
Stream resourceStream
)
public:
ImageHandler(
Stream^ resourceStream
)
public function ImageHandler(
resourceStream : Stream
)
Parameters
resourceStream
Type: System.IO.StreamThe Stream from which to initialize 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.