IAppxManifestDocument2::MapCapabilitySid Method (String^, String^, String^)

 

Produces a capability identifier and a localized name from the specified capability security identifier (SID), such as "S-1-15-3-1" or "S-1-15-3-BFA794E4-F964-4FDB-90F6-51056BFE4B44".

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

void MapCapabilitySid(
	String^ sid,
	[OutAttribute] String^% capabilityId,
	[OutAttribute] String^% localizedCapabilityName
)

Parameters

sid
Type: System::String^

[in] The capability security identifier.

capabilityId
Type: System::String^

[out] The capability identifier.

localizedCapabilityName
Type: System::String^

[out] The localized capability name.

Return to top
Show: