ManifestDescriptor Structure

Visual Studio 2015
 

Describes a manifest file.

Namespace:   Microsoft.VisualStudio.Imaging
Assembly:  Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)

public value struct ManifestDescriptor : IEquatable<ManifestDescriptor>

NameDescription
System_CAPS_pubmethodManifestDescriptor(String^, Guid)

Initializes a new instance of ManifestDescriptor.

NameDescription
System_CAPS_pubpropertyFilename

System_CAPS_pubpropertyPackageGuid

The manifest's PackageGuid, if it is specified in the manifest. If the manifest has no PackageGuid attribute, this is Guid.Empty.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDeserialize(VersionedBinaryReader^)

Deserializes a manifest descriptor from reader.

System_CAPS_pubmethodEquals(ManifestDescriptor)

Determines whether two instances of ManifestDescriptor are the same.

System_CAPS_pubmethodEquals(Object^)

Determines whether two instances of ManifestDescriptor are the same.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Gets a hash code for the object.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSerialize(VersionedBinaryWriter^)

Serializes the descriptor to writer.

System_CAPS_pubmethodToString()

Converts the object to a string.(Overrides ValueType::ToString().)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(ManifestDescriptor, ManifestDescriptor)

Determines whether two instances of ManifestDescriptor are the same.

System_CAPS_puboperatorSystem_CAPS_staticInequality(ManifestDescriptor, ManifestDescriptor)

Determines whether two instances of ManifestDescriptor are different.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: