NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyValue.MakeConstant

Use this to store a named constant, like System.Drawing.Font.BOLD.

[Visual Basic]
Public Shared Function MakeConstant( _
   ByVal service As IServiceObjectProvider, _
   ByVal bundle As CreationBundle _
) As PropertyValue
[C#]
public static PropertyValue MakeConstant(
   IServiceObjectProvider service,
   CreationBundle bundle
);
[C++]
public: static PropertyValue* MakeConstant(
   IServiceObjectProvider* service,
   CreationBundle* bundle
);
[JScript]
public static function MakeConstant(
   service : IServiceObjectProvider,
   bundle : CreationBundle
) : PropertyValue;

Parameters

service
[To be supplied.]
bundle
A creation bundle that contains the constant. Null for a void type.

See Also

PropertyValue Class | PropertyValue Members | System.ComponentModel.Design Namespace