| Visual Basic (Declaration) | |
|---|---|
Public Property Flags As PlaceholderPossibleFlagsValue | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public PlaceholderPossibleFlagsValue Flags {get; set;} | |
| C++/CLI | |
|---|---|
public: property PlaceholderPossibleFlagsValue Flags { PlaceholderPossibleFlagsValue get(); void set (PlaceholderPossibleFlagsValue value); } | |
Return Value
A PlaceholderPossibleFlagsValue value which specifies the type of the meta-data placeholder box.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code