IAppxManifestDocument2::SetShareExtension Method (String^, String^, String^, String^)
Visual Studio 2015
Sets the Share extension.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
IAppxShareExtension^ SetShareExtension( String^ executable, String^ entryPoint, String^ runtimeType, String^ startPage )
Parameters
- executable
-
Type:
System::String^
[in] The executable field of the app manifest. This parameter is optional.
- entryPoint
-
Type:
System::String^
[in] The entryPoint field of the app manifest. This parameter is optional.
- runtimeType
-
Type:
System::String^
[in] The runtimeType field of the app manifest. This parameter is optional.
- startPage
-
Type:
System::String^
[in] The startPage field of the app manifest. This parameter is optional.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop::IAppxShareExtension^The Share extension object that provides access to additional data elements in the manifest.
Show: