Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

IUISimplePropertySet (Interfaces)
 
.
Summary
IUISimplePropertySet is a read-only interface that can be implemented by the Windows Ribbon framework and a Ribbon host application, depending on the situation. When implemented by the Ribbon framework, IUISimplePropertySet defines the method for retrieving property key values. In a host application, IUISimplePropertySet is implemented for each item in an item gallery IUICollection object and defines the method for retrieving properties of the selected item.
Summary
IUISimplePropertySet is a read-only interface that can be implemented by the Windows Ribbon framework and a Ribbon host application, depending on the situation.

When implemented by the Ribbon framework, IUISimplePropertySet defines the method for retrieving property key values.

In a host application, IUISimplePropertySet is implemented for each item in an item gallery IUICollection object and defines the method for retrieving properties of the selected item.

C# Definition:

// Simple property bag
[ComImport]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("c205bb48-5b1c-4219-a106-15bd0a5f24e2")]
public interface IUISimplePropertySet
{

// Simple property bag

ComImport

[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]

[Guid("c205bb48-5b1c-4219-a106-15bd0a5f24e2")]

public interface IUISimplePropertySet

{

   // Retrieves the stored value of a given property
   [PreserveSig]
   HRESULT GetValue([In] ref PropertyKey key, [Out()] out PropVariant value);
}

}

Notes:

None.

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions