ManifestDescriptor(String, Guid) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ManifestDescriptor.
public:
ManifestDescriptor(System::String ^ filename, Guid packageGuid);
public ManifestDescriptor (string filename, Guid packageGuid);
new Microsoft.VisualStudio.Imaging.ManifestDescriptor : string * Guid -> Microsoft.VisualStudio.Imaging.ManifestDescriptor
Public Sub New (filename As String, packageGuid As Guid)
Parameters
- filename
- String
The manifest file name.
- packageGuid
- Guid
The package GUID.